home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tm211_1.arc / SCR.ARC / PHOENIX.SCR < prev    next >
Text File  |  1990-06-06  |  336b  |  19 lines

  1. ;
  2. ; PHOENIX.SCR is a log on script file for Phoenix BBS
  3. ;
  4.  
  5. Name = "first last"          ; put your name here
  6. Color = "Y"                  ; "Y"es or "N"o
  7.  
  8. Waitfor 0                    ; unlimited waiting time
  9.  
  10. Waitfor "ANSI Color Graphics [y/N]?"
  11. Put Color
  12.  
  13. Waitfor "first name"
  14. Put Name
  15.  
  16. Waitfor "password"
  17. Put "^&"
  18.  
  19.